home *** CD-ROM | disk | FTP | other *** search
- Matv - A Simple Matrix Class
-
- Version: 1.0
- Author: Mark Von Tress, Ph.D.
- Date: 10/12/92
-
- Copyright(c) Mark Von Tress 1992
-
- These files are for a simple matrix class.
- ---------------------------------------------------------
-
- File Description
- matv.cpp Main code for Matv
- matvtest.cpp Test program
- lotto.c freebe
- matv.h Header for matv.cpp
- redir.h Header for redir.cpp
- redir.cpp An output redirector for Windows
- applications such as Easywin,
- Quickwin, or WinC
- catchv.dat Example data set
- matv.doc Documentation
- read.me This file
-
-
- ------------------------------------------------------------
-
- This is a a simple Matrix class I wrote as a redesign of my
- virtual matrix program YAMP. The idea was to get a portable
- design, and simplify the parameter passing methods. I also
- needed to fix several design problems that YAMP had, such as
- getting rid of MStack.
-
- I have tested it on several PC compilers with mostly good
- results. I would like any feedback on other PC or UNIX
- compilers.
-
- There a couple of freebe programs. Lotto.c generates lotto
- numbers. I guess I put it in to show people who have been using
- C since before the ANSI standard how much our world has changed.
- I also put in an output redirector for the conio Windows
- applications. It has two methods. The first is an object
- oriented wrapper on the UNIX file IO tricks for redirecting
- output. The second shows how to use objects from the class
- ostream_withassign.
-
-
- Its worth $5 US as begarware. My address is on the title page of
- matv.doc
-
- enjoy.